Blazor コントロール
FilterNaryExpression コンストラクタ(FilterCombination,FilterExpression[])

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterNaryExpression クラス > FilterNaryExpression コンストラクタ : FilterNaryExpression コンストラクタ(FilterCombination,FilterExpression[])
The logical operator applied between the expressions.
The expressions to combine.
Initializes a new instance of the FilterNaryExpression class.
シンタックス
'宣言
 
Public Function New( _
   ByVal combination As FilterCombination, _
   ByVal ParamArray expressions() As FilterExpression _
)
public FilterNaryExpression( 
   FilterCombination combination,
   params FilterExpression[] expressions
)

パラメータ

combination
The logical operator applied between the expressions.
expressions
The expressions to combine.
参照

FilterNaryExpression クラス
FilterNaryExpression メンバ
オーバーロード一覧